From 6bb3a6308922560323c4277922f3af9f65e5e88b Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 10 Oct 2008 10:00:21 +0100 Subject: [PATCH] [IA64] compile xenpm for ia64. Now ia64 supports cpufreq, compile xenpm. Signed-off-by: Isaku Yamahata --- tools/misc/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/misc/Makefile b/tools/misc/Makefile index 97cec2e19a..40e7bbfca3 100644 --- a/tools/misc/Makefile +++ b/tools/misc/Makefile @@ -10,8 +10,8 @@ CFLAGS += $(INCLUDES) HDRS = $(wildcard *.h) -TARGETS-y := xenperf -TARGETS-$(CONFIG_X86) += xen-detect xenpm +TARGETS-y := xenperf xenpm +TARGETS-$(CONFIG_X86) += xen-detect TARGETS := $(TARGETS-y) SUBDIRS-$(CONFIG_LOMOUNT) += lomount @@ -22,8 +22,7 @@ INSTALL_BIN-y := xencons INSTALL_BIN-$(CONFIG_X86) += xen-detect INSTALL_BIN := $(INSTALL_BIN-y) -INSTALL_SBIN-y := netfix xm xen-bugtool xen-python-path xend xenperf xsview -INSTALL_SBIN-$(CONFIG_X86) += xenpm +INSTALL_SBIN-y := netfix xm xen-bugtool xen-python-path xend xenperf xsview xenpm INSTALL_SBIN := $(INSTALL_SBIN-y) DEFAULT_PYTHON_PATH := $(shell $(XEN_ROOT)/tools/python/get-path) -- 2.30.2